home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / dev / c / CLib37x.lha / c_lib / ReadMe.STORM < prev    next >
Encoding:
Text File  |  1997-01-25  |  915 b   |  33 lines

  1. StormC 2.x note:
  2. ----------------
  3. [Andreas Kleinert <Andreas_Kleinert@t-online.de>]
  4.  
  5.  
  6.  If you have both, SAS/C (with "smake") and StormC, you may simply type
  7.  
  8.         smake -f storm_smakefile
  9.     or  make_storm.bat
  10.  
  11.  to recompile the sample library, otherwise you may have to adjust
  12.  the makefile "storm_smakefile" to your favourite make utility.
  13.  
  14.  With the configuration:
  15.  
  16.     StormC 2.00.04
  17.     StormLink 2.0 Amiga-OS Target
  18.     (plus StormAsm, unknown version)
  19.  
  20.  compiling worked fine with both, storm_smakefile and a project
  21.  settings file. The library was Ok. But please note, that with the
  22.  configuration:
  23.  
  24.     StormC 1.10.07
  25.     StormAsm 1.05
  26.     StormLink 1.1 Amiga-OS Target
  27.  
  28.  the sample did compile fine, but nevertheless did not work, since the
  29.  created temporary assembler source did not had all of the static
  30.  data preinitialized, but in parts runtime-initialized (only tested
  31.  with storm_smakefile).
  32.  
  33.